GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > FilterTreeNode クラス > FilterTreeNode コンストラクタ : FilterTreeNode コンストラクタ(String,Predicate<Object>) |
Public Function New( _ ByVal displayText As String, _ ByVal match As Predicate(Of Object) _ )
public FilterTreeNode( string displayText, Predicate<object> match )
例外 | 解説 |
---|---|
System.ArgumentNullException | Predicate が null 参照 (Visual Basicでは Nothing) です。 |